MindFusion.Wpf Pack Programmer's Guide
Mesh.Compute Method
See Also
 





Performs computations needed for rendering a 3D chart.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public void Compute (
    List<Vertex> set,
    Rect bounds,
    double groundLevel
)

Visual Basic  Copy Code

Public Sub Compute( _
    set As List(Of Vertex), _
    bounds As Rect, _
    groundLevel As Double _
)

 Parameters

set

A list with vertexes.

bounds

The bounds.

groundLevel

The ground level.

 See Also

Mesh Members
Mesh Class
MindFusion.Charting.Wpf Namespace